Xbasic

A5_FileAttributeHelper Function

Syntax

File_Attributes as C = A5_FileAttributeHelper( Default_Selection as C )

Arguments

File_Attributes

One or more file attributes to be used as arguments in a TABLE.OPEN().

Default_Selection

Optional. Default = "". The initial selection to display in the dialog box.

Description

This function doesn't exist anymore. The A5_FileAttributeHelper() function displays the Select File Attribute dialog and returns the selected attribute codes.

Discussion

Example

? a5_fileattribute_helper()
= "FILE_FIND_ARCHIVE+FILE_FIND_AND_FLAGS"

Limitations

Desktop applications only.

See Also